home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKitArchive.mbox / mbox / 000235_misckit-reques…aska.et.byu.edu_Sun Jul 3 12:33:17 1994.msg < prev    next >
Internet Message Format  |  1994-10-30  |  3KB

  1. Return-Path: <misckit-request@alaska.et.byu.edu>
  2. Received: from alaska.et.byu.edu by darth.byu.edu (NX5.67d/NX3.0M)
  3.     id AA00272; Sun, 3 Jul 94 12:33:08 -0600
  4. Received: from acs1.byu.edu by alaska.et.byu.edu; Sun, 3 Jul 1994 11:12:41 -0600
  5. Received: from DIRECTORY-DAEMON by yvax.byu.edu (PMDF V4.3-7 #7277)
  6.  id <01HE9N756H5C0Q80TJ@yvax.byu.edu>; Sun, 3 Jul 1994 11:12:21 MDT
  7. Received: from alaska.et.byu.edu by yvax.byu.edu (PMDF V4.3-7 #7277)
  8.  id <01HE9N72AKNKHTTFSU@yvax.byu.edu>; Sun, 3 Jul 1994 11:12:18 MDT
  9. Received: from yvax1.byu.edu by alaska.et.byu.edu; Sun,
  10.  3 Jul 1994 11:10:26 -0600
  11. Received: from DIRECTORY-DAEMON by yvax.byu.edu (PMDF V4.3-7 #7277)
  12.  id <01HE9N4DEXS00Q80TJ@yvax.byu.edu>; Sun, 3 Jul 1994 11:10:07 MDT
  13. Received: from subnet.sub.net by yvax.byu.edu (PMDF V4.3-7 #7277)
  14.  id <01HE9N41IDJK8ZEGL7@yvax.byu.edu>; Sun, 3 Jul 1994 11:10:03 MDT
  15. Received: from hugis.imp.de by subnet.sub.net with bsmtp id <16379>; Sun,
  16.  3 Jul 1994 19:10:33 +0200
  17. Received: from shinto.nbg.sub.org by hugis.imp.de with UUCP id AA06041
  18.  (5.65c/IDA-1.4.4/NBG+); Sat, 2 Jul 1994 19:12:25 +0200
  19. Received: by shinto.nbg.sub.org (NX5.67d/NX3.0M-nbg) id AA00719; Fri,
  20.  1 Jul 94 18:48:58 +0100
  21. Received: by NeXT.Mailer (1.100)
  22. Received: by NeXT Mailer (1.100)
  23. Date: Fri, 01 Jul 1994 19:48:58 +0200
  24. From: Thomas Engel <tomi@shinto.nbg.sub.org>
  25. Subject: Foundation and Misc
  26. To: misckit@byu.edu
  27. Reply-To: tsengel@cip.informatik.uni-erlangen.de
  28. Message-Id: <9407011748.AA00719@shinto.nbg.sub.org>
  29. Content-Transfer-Encoding: 7BIT
  30.  
  31. Hi!
  32.  
  33. Well just took a look at the foundations. Looks quite nice but I still lack the feeling for how all the classes are planned to interact.
  34. NSConnection/Proxy etc. could need some more additions....I guess there won't be a chance to redefine the APIs anytime soon again after OpenStep is finished.
  35.  
  36.  
  37. MiscString.... Hmm  ok what about making it a subclass of NSString an add the missing methods + maybe some compatibility stuff for the first time. If the MiscKit would define a dummy NSString tomorrow we could start switching to the NSString where sufficient. And places that need more functionallity could be converted to Misc .... and would remain Misc in 4.0.
  38. It would be nice to use NSString really soon because methods should use it heavily for casting. If we have it all Misc.. We can distinguish later where NSString is sufficient and where MiscString really is required as an argument.
  39.  
  40. Therefore my suggestion:  Use the NSString API and extract these methods (without the unicode stuff) for the MiscString.. The Subclass and add th rest.
  41.  
  42. Aloha,    
  43.     Tomi
  44.     
  45. P.S: Btw. did anyone get the real feeling for the NSText stuff ??